All Subjects
Light
AP Computer Science A
An "int[ ]" is an array of integers. It allows you to store multiple integer values in a single variable.
Index: A number that represents the position of an element in an array.
Element: The individual value stored in each compartment (index) of the array.
Array length: The total number of elements in the array.